home *** CD-ROM | disk | FTP | other *** search
/ IO CD February 1999 / IO_LUTY_99.ISO / DODATKI / Brood War / GREETBOT.ZIP / PCH.H < prev    next >
C/C++ Source or Header  |  1998-03-31  |  378b  |  24 lines

  1. //
  2. // PCH.H
  3. //
  4.  
  5. #define  STRICT
  6. #include <windows.h>
  7. #include <wininet.h>
  8. #include <winsock.h>
  9. #include <assert.h>
  10. #include <limits.h>
  11. #include <process.h>
  12. #include <stddef.h>
  13. #include <tchar.h>
  14. #include <stdio.h>
  15. #include <stdlib.h>
  16. #include <time.h>
  17. #include <malloc.h>
  18. #include <string.h>
  19. #include <ctype.h>
  20. #include <signal.h>
  21.  
  22. #include "greetbot.h"
  23.  
  24.